int set_global_param(char *name, char *value)
Parameter | Type | Description |
---|---|---|
name | char * | global parameter name |
value | char * | string with parameter value |
Returns FALSE if parameter is not in the global parameter list, TRUE if parameter was found and value is set.
This function is used to set a flyEngine global parameter from a string.